getFileSize

abstract fun getFileSize(): Int

Gets the size of the file.

The file size is typically represented in bytes.

Return

The file size in bytes. Returns 0 or a negative value if the size is unknown or not applicable for this file representation.